inspector: Destroy popovers on unmap
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 20 Feb 2015 11:46:52 +0000 (12:46 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 20 Feb 2015 13:44:17 +0000 (14:44 +0100)
commit85ad434290bc92ecdd92eb86b997bf103b658f1d
treea931f46db5239af81abc5cab86a41f0795a9c36e
parentcff1694c99227dbf0b52525d7436fc4771859e00
inspector: Destroy popovers on unmap

As an implementation detail, the popover hooks the fade out animation
on ::hide. Destroying the popover right away here is not a problem, but
prevents the animation from actually running. ::unmap will be run after
the animation is finished, so destroy the popover there.
gtk/inspector/prop-list.c